home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Python 1.3 / source code / Include / Python.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-17  |  122 b   |  4 lines  |  [TEXT/R*ch]

  1. /* Header file to be included by modules using new naming conventions */
  2. #define Py_USE_NEW_NAMES
  3. #include "allobjects.h"
  4.